-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[FEATURE REQUEST] Update space image #4705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9c6f0c3 to
4c3d6cc
Compare
7968f30 to
1b92b34
Compare
owncloudApp/src/main/java/com/owncloud/android/presentation/spaces/SpacesListFragment.kt
Outdated
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/presentation/spaces/SpacesListFragment.kt
Outdated
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/presentation/spaces/SpacesListFragment.kt
Outdated
Show resolved
Hide resolved
...loudData/src/test/java/com/owncloud/android/data/spaces/repository/OCSpacesRepositoryTest.kt
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/presentation/spaces/SpacesListFragment.kt
Show resolved
Hide resolved
33c0a20 to
3c78e65
Compare
|
Moving to QA 🚀 |
(1) [FIXED]
Current: No feedback in the app, there is no image change and no error message (just in the uploads view) Expected: As other handled errors, an snackbar would tell the user about the issue NOTE: theoretically, it should work the same by changing to Xiaomi Redmi 13, Android 15 |
(2) [WONT FIX]
Current: Upload is done, image is uploaded, but space image is not updated. There is no Expected: Space image updated. Xiaomi Redmi 13, Android 15 |
|
Just as a comment: i detected a 7MB limit for the space image. A larger image will not update, but, a success is returned. Pointing to another server issue... |
c3914c5 to
4768daa
Compare
4768daa to
9a8f51b
Compare
|
(1) should be fixed with the last commit @jesmrec |
|
About (2), there are two different scenarios: 1st scenario
In this case, the space image will be updated automatically once the upload is completed after the connection is recovered. 2nd scenario
In this case, the image will be uploaded to the Potential solutions discarded
|
|
About the message just above ⬆️ ⬆️ In order to reproduce the problem:
Problem: image not updated User must repeat the operation under connection (low impact side-effect) As @joragua said, there is no critical problem at all. But the solution carries a big complexity to achieve a small piece of improvement. So, i'd go to mark it as |
|
Approved from my side. Known problem: #4705 (comment) |
Related Issues
App: #4691
ReleaseNotesViewModel.ktcreating a newReleaseNote()with String resources (if required)QA
Test plan:
https://github.com/owncloud/QA/blob/master/Mobile/Android/Executions/Release_4.7/Spaces%20-%20Edit%20image.md
Reports: